Cavern

 Cavern4D

 Cavernize

 Debug

 FilterInterfaces

 Filters

 Format

 Helpers

 QuickEQ

 Remapping

 SpecialSources

  InfiniteSource

  InfiniteSource3D

  InfiniteSourceMismatchException

  MuteSource

  StreamedSource

  StreamMaster

  GetNextSampleBlock(int)

  SetupSources(IReadOnlyList, int)

  StreamMaster(GetNextSampleBlock)

  StreamMasterSource

 Spoofer

 Utilities

 Virtualizer

 Atmosphere

 AudioClip3D

 AudioListener3D

 AudioListener3DInspector

 AudioSource3D

 CavernizeRealtime

 Channel

 Clip

 Environments

 Jack

 Listener

 QualityModes

 Rolloffs

 SeatAdaptation

 Source

class StreamMaster

Supplies a group of sources with audio data.
VisibilityPublic

Public functions

void SetupSources(IReadOnlyList<Source> sources, int sampleRate)Add a dummy clip to the sources to be able to be rendered.
Constructor StreamMaster(GetNextSampleBlock getter) Supplies a group of sources with audio data.

Public variables

delegate float[][] GetNextSampleBlock(int samplesPerSource)Gets the next block of rendered samples.

See also

CavernUnity DLL.Cavern.SpecialSources.StreamMasterSourceA streamed source that uses a StreamMaster to fetch new samples from.
CavernUnity DLL.Cavern.SpecialSources.StreamMasterSource.StreamMasterSource(StreamMaster master, int sourceIndex)A streamed source that uses a StreamMaster to fetch new samples from.